WinScriptAlias directive


Purpose

The WinScriptAlias directive creates a virtual directory on your server. Any accesses to that virtual directory will be satisfied by returning the output of a Windows CGI script in that directory.


Syntax

WinScriptAlias virtual path

virtual is the translated location of the script directory.

path is the full pathname of the directory which contains server scripts which fulfill the request.

Several WinScriptAlias directives may appear in the configuration file.


Example

WinScriptAlias /cgi-win c:/httpd/cgi-win

This would cause requests such as /cgi-win/foo.exe to be satisfied by running the Windows program c:/httpd/cgi-win/foo.exe.

Return to Resource Configuration File Overview


Robert B. Denny <rdenny@netcom.com>